home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / reporttool503 / reporttool.readme < prev   
Text File  |  2004-08-03  |  2KB  |  45 lines

  1. ReportTool 50.3 (04.05.2004)
  2.  
  3. Here is a small tool built to hopefully ease the task of debugging on systems once the pre-release CD gets posted out.
  4.  
  5. The idea is to feed the tool with a directory, multiple directories and/or single files, and the tool will output information about the files it finds.
  6. Some basic CPU information will be shown along with the memory and FSB speed.
  7.  
  8. If you have installed PCIScan by Pete Gordon (pete@shagged.org) to C: and it`s vendors.txt to S:, then this will also be used to show any installed PCI hardware.
  9.  
  10. ReportTool will also tell you if the file(s) you specify are an ELF or M68K executable, or if the file(s) are a BIN or IFF. The name and the version information will be shown on the line, if found.
  11.  
  12. Usage is easy, just specify files and directories on the command line, thus:
  13.  
  14. ReportTool Libs: Devs: c:kdebug Kickstart: sys:tools/mediatoolbox
  15.  
  16.  
  17.  
  18. Simon Archer - bml@blueyonder.co.uk
  19.  
  20. 04-05-2004
  21. --------------------------------------------------------------------------------------------------
  22. Some basic release notes:-
  23.  
  24. 50.0         (internal)
  25. After some incurable crashing in the initial code, it was rewritten. Now it works, at least.
  26.  
  27. 50.1    27.04.2004
  28. Added the version strings and leading output.
  29. Added the CPU information
  30. Fixed the `no version` fault with single files
  31. Updated readme
  32.  
  33. 50.2         02.05.2004
  34. Fixed minor bug in the version routine associated with path reading (the // bug)
  35. Fixed version output into CLI
  36. General tidy up of output text
  37. Added file sizes to output info
  38. Rewrote filetype finder and added BIN and IFF
  39. Updated documentation (does anyone actually read it? )
  40.  
  41. 50.3         04.05.2004
  42. Fixed the missing filetype recognition on single files
  43. Added CPU speed to output
  44. Added memory and FSB speed
  45. Added ability to use PCIScan by Pete Gordon